projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ba472
)
(Vdefault_process_coding_system): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:20 +0000
(12:59 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:20 +0000
(12:59 +0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 0c119999ddffd8a1daaf3defdd512fd3b295bcdc..07a09602df4d5de9c5581a86dced868d378e74f1 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-425,7
+425,8
@@
extern struct coding_system terminal_coding;
function `set-keyboard-coding-system'. */
extern struct coding_system keyboard_coding;
-extern Lisp_Object Vcoding_system_alist;
+/* Default coding systems used for process I/O. */
+extern Lisp_Object Vdefault_process_coding_system;
#endif